; EXCELSIOR! BBS Evaluation Release (v1.21k) Feb 5, 1996
(welcome "Welcome to the EXCELSIOR! BBS Installation Utility")
(transcript "Starting Install")
(welcome "Welcome to the EXCELSIOR! BBS Demo Installation Utility.")
(set level @user-level)
(user 2)
(set destP
(askdir
(prompt "Please select a drawer or partition where you want the MAIN BBS files installed to.\n"
"NOTE: A unique drawer WILL be created automatically.")
(help "\nPlease pick a directory or partition you want EXCELSIOR! installed to. The installer will automatically create a sub-directory 'EXCELBBS' so you need not create a new one unless you want to.")
(default "Work:")
)
)
; (set sysopname
; (askstring
; (prompt "Please enter the name you want to be known as on your BBS\n«25 characters max»")
; (help "\nYou can enter your real name or a handle you want to "
; "be known as on your system. Once you have "
; "installed the BBS you can change this at any time.")
; (default "Your Name")
; )
; )
; (set sysoppasswd
; (askstring
; (prompt "Please enter the password you want to use\n«15 characters max»")
; (help "\nThis is your secret login password. This is "
; "needed for remote logins. When selecting a password, try "
; "to choose something unique. Perhaps something that is "
; "familiar to only you, or a combination of letters and "
; "numbers. Be sure to make a note of this password "
; "since it will be needed if you are going to login "
; "remotely.")
; (default "Your Password")
; )
; )
(set maindir (tackon destP "EXCELBBS"))
(makedir maindir)
(set root (cat maindir "/"))
(set @default-dest root)
(run ("copy EXCELBBS.info %s QUIET CLONE" destP))
(makedir ("%sMBase" root))
(makedir ("%sFBase" root))
(makedir ("%sNews" root))
(makedir ("%sMail" root))
(makedir ("%sDoors" root))
(makedir ("%sTBase" root))
(makedir ("%sData" root))
(makedir ("%sRIP" root))
(makedir ("%sLanguages" root))
(makedir ("%sTranslation" root))
(makedir ("%sEditors" root))
(makedir ("%sHelp" root))
(makedir "S:Excel")
(makedir ("%sText" root))
(makedir ("%sText/English" root))
(makedir ("%sText/Logs" root))
(makedir "FONTS:RipStandard")
(textfile
(prompt "Setting up...")
(help "No help")
(dest "T:excelsiorpath")
(append root)
)
; (textfile
; (prompt "Setting up...")
; (help "No Help")
; (dest "T:excelsiorbin")
; (append ("%s\n%s\n" sysopname sysoppasswd))
; )
(message ("\nI will now unpack and install the main BBS files to '%s'\n\nThis may take a few minutes..." root))